xl: add "xl info" command
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 22 Apr 2010 08:39:58 +0000 (09:39 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 22 Apr 2010 08:39:58 +0000 (09:39 +0100)
commit2cb79e82a0584a47e621ced95f29b37ac606c6e0
tree7d89a6dfee910d7e8ab01e4901e84eb8093f6f40
parent63e8bcc364fa780d31bb272c383edf83c28aec72
xl: add "xl info" command

The info subcommand was missing from the xl tool. Use the new libxl
wrapper functions to create a clone of "xm info". The splitting into
several smaller functions is enspired by the implementation in
XendNode.py.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Acked-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/libxl/xl.c